type github.com/jackc/pgx/v5/pgtype.scanPlanTextAnyToTextScanner

5 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		macaddr.go#L95: 			return scanPlanTextAnyToTextScanner{}
		pgtype.go#L1098: 			return scanPlanTextAnyToTextScanner{}
		text.go#L163: 			return scanPlanTextAnyToTextScanner{}
		text.go#L216: type scanPlanTextAnyToTextScanner struct{}
		text.go#L218: func (scanPlanTextAnyToTextScanner) Scan(src []byte, dst any) error {